corrected path to gtk.immodules
authorSven Neumann <sven@gimp.org>
Wed, 4 Apr 2001 18:28:37 +0000 (18:28 +0000)
committerSven Neumann <neo@src.gnome.org>
Wed, 4 Apr 2001 18:28:37 +0000 (18:28 +0000)
2001-04-04  Sven Neumann  <sven@gimp.org>

* tests/testgtk.c (test_init): corrected path to gtk.immodules

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
modules/input/.cvsignore
tests/.cvsignore
tests/testgtk.c

index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index e54812c65b0dd91e02d63fa4494909364bab5b22..5607946dcd979a1ab45a6748f0c6d866b1f95832 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Sven Neumann  <sven@gimp.org>
+
+       * tests/testgtk.c (test_init): corrected path to gtk.immodules
+
 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
 
        * Released Gtk+-1.3.3.
index 8b68b641c374151e67e04c5f735b21db651ddfdd..5511641bcee0d9c837a28d931286cc9cd7d07688 100644 (file)
@@ -3,4 +3,5 @@ Makefile
 .deps
 .libs
 *.la 
-*.lo
\ No newline at end of file
+*.lo
+gtk.immodules
index 450c6d654e8e3941a254b30bd26b4b2870023c61..27ec92fde17559d0df70b02c4115fd7afc2dce18 100644 (file)
@@ -6,6 +6,7 @@ makefile.msc
 .libs
 simple
 testcalendar
+testdnd
 testgtk
 testinput
 testrgb
@@ -15,5 +16,7 @@ testtreeview
 testtreecolumns
 testsocket
 testsocket_child
+testtextbuffer
 testtreefocus
+testtreesort
 treestoretest
index 3f73136479cd527bfe6d099e3f15b9eb8297f586..5d0eceda231052496a9d81e0520c2d67c817f4db 100644 (file)
@@ -10302,7 +10302,7 @@ test_init ()
   if (file_exists ("../gdk-pixbuf/.libs/libpixbufloader-pnm.so"))
     {
       putenv ("GDK_PIXBUF_MODULEDIR=../gdk-pixbuf/.libs");
-      putenv ("GTK_IM_MODULE_FILE=./gtk.immodules");
+      putenv ("GTK_IM_MODULE_FILE=../modules/input/gtk.immodules");
     }
 }